home *** CD-ROM | disk | FTP | other *** search
- // DirPickDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "dpdlg.h"
- //}}AFX_INCLUDES
-
- #if !defined(AFX_DIRPICKDLG_H__B1EE6A47_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
- #define AFX_DIRPICKDLG_H__B1EE6A47_FB28_11D0_9F5E_B42103C10710__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CDirPickDlg dialog
-
- class CDirPickDlg : public CDialog
- {
- // Construction
- public:
- CDirPickDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDirPickDlg)
- enum { IDD = IDD_DIRPICK_DIALOG };
- CButton m_bfc;
- CButton m_bfp;
- CEdit m_caption;
- CButton m_dgbd;
- CButton m_rfsa;
- CButton m_rofsd;
- CComboBox m_root;
- CEdit m_folder;
- CEdit m_path;
- CStatic m_icon;
- CDPDlg m_dpdlg;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDirPickDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CDirPickDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnHowdoi();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_DIRPICKDLG_H__B1EE6A47_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
-